Individual Error Findings
- Line 1 html should be below
- Line 24 and 26 dont finish h1 /h2
- Line 34 doesn't close header and is mislabeled as /head
- Lines 37 to 38 include closed and unclosed i and em duplicate without closing the previous ones.
- Lines 42 does not define b in any way so it cannot read properly.
- Lines 56 and 57 should be swapped to properly close.
- Line 62 /p and /a should be flipped to properly close
- Lines 81 should not have a closed curly bracket but instead have a closing closed arrow
- Line 108 has random /h3 and/or contain /p
Group Error Findings
- html before doctype
- h1 Hello my name is Blake
- /h2 - wrong header
- Line 34 /head is not paired with anything
- I am a member of the b Art Department b - needs a b in the beginning
- Line 60-62- p a href="step2.html"
- Step 2 - HTML Tagging
- /p /a - is not paired right
- Line 108- /h3 needs an open h3
- Missing line /main at the end
- Not paired with a CSS
- The body tag ends outside the HTML close tag.
- P in the footer closes outside footer.
- The link in Summary 2 on line 113 cuts off the title of Summary 2 between Summary and 2
- On line 120 there's an h7 instead of a p for summary 4
- On line 108 The summaries should be h1
- Lines 37 to 38 include closed and unclosed i and em duplicate without closing the previous ones.
- Lines 42 does not define b in any way so it cannot read properly.
- Lines 56 and 57 should be swapped to properly close.
- Line 62 /p and /a should be flipped to properly close
- Lines 81 should not have a closed curly bracket but instead have a closing closed arrow
- Line 108 has random /h3 and/or contain /p
- Line 141 has no matching start tag
- Line 149 needs to have a /p tag
- There needs to be a /main and /body tag inside /html
- /html needs to be the last tag, not /body